self = g_type_get_instance_count (type);
cumulative += self;
+ data->self1 = data->self2;
+ data->cumulative1 = data->cumulative2;
data->self2 = self;
data->cumulative2 = cumulative;
TypeData *data;
GtkTreeIter treeiter;
- g_hash_table_iter_init (&iter, sl->priv->counts);
- while (g_hash_table_iter_next (&iter, NULL, (gpointer *)&data))
- {
- data->self1 = data->self2;
- data->cumulative1 = data->cumulative2;
- }
-
if (sl->priv->snapshot_count == 0)
{
gtk_tree_view_column_set_visible (sl->priv->column_self2, TRUE);